string functions
XstBackArrayToBinArray ( @backArray$[], @binArray$[] )
XstBackStringToBinString$ ( @rawString$ )
XstBinArrayToBackArray ( @binArray$[], @backArray$[] )
XstBinStringToBackString$ ( @rawString$ )
XstBinStringToBackStringNL$ ( @rawString$ )
XstCopyArray ( @ANY[], @ANY[] )
XstDeleteLines ( @array$[], start, count )
XstFindArray ( mode, @text$[], @find$, line, pos, reps, skip, matches[] )
XstMultiStringToStringArray ( @s$, @s$[] )
XstNextCField$ ( sourceAddr, @index, @done )
XstNextCLine$ ( sourceAddr, @index, @done )
XstNextField$ ( @source$, @index, @done )
XstNextLine$ ( @source$, @index, @done )
XstPathString$ ( path$ )
XstReplaceArray ( mode, @text$[], @find$, @replace$, line, pos, reps, skip )
XstReplaceLines ( @dest$[], @source$[], firstD, countD, firstS, countS )
XstSetNewline ( @text$, newline )
XstStringArraySectionToString ( @text$[], @copy$, x1, y1, x2, y2, term )
XstStringArraySectionToStringArray ( @text$[], @copy$[], x1, y1, x2, y2 )
XstStringArrayToString ( @s$[], @s$ )
XstStringArrayToStringCRLF ( @s$[], @s$ )
XstStringToNumber ( @s$, startOff, afterOff, rtype, value# )
XstStringToStringArray ( @s$, @s$[] )

miscellaneous
XstCompareStrings ( @addrString1, op, addrString2, flags )
XstQuickSort ( ANY x[], n[], low, high, flags )